Suppress valgrind errors with Qt 4.8.1 on Ubuntu precise for travis.
authortsteven4 <tsteven4@gmail.com>
Tue, 9 Feb 2016 04:20:04 +0000 (21:20 -0700)
committertsteven4 <tsteven4@gmail.com>
Tue, 9 Feb 2016 04:20:04 +0000 (21:20 -0700)
gpsbabel.supp
testo.d/kml.test
vtesto

index 5e192c7bacc644bccd68d2956d4f318c423e8d69..e91a05fac1f3aebe933aa57f83c923117034a9f3 100644 (file)
    ...
    fun:_ZN11QTextStreamC1EP9QIODevice
 }
+
+{
+   <ubuntu precise with qt 4.8.1 on travis>
+   Memcheck:Leak
+   fun:memalign
+   fun:posix_memalign
+   obj:/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4
+   fun:g_slice_alloc
+   fun:g_slice_alloc0
+   fun:g_thread_self
+   fun:g_main_context_acquire
+   fun:g_main_context_push_thread_default
+   fun:_ZN27QEventDispatcherGlibPrivateC1EP13_GMainContext
+   fun:_ZN20QEventDispatcherGlibC1EP7QObject
+   fun:_ZN23QCoreApplicationPrivate21createEventDispatcherEv
+   fun:_ZN16QCoreApplication4initEv
+   fun:_ZN16QCoreApplicationC1ERiPPci
+   fun:main
+}
+
index e482681e33de5bf6cf806188b40e3ee47c3a458e..ed5c834cfc4caf1188a35d0b8319b39e7342522f 100644 (file)
@@ -78,5 +78,5 @@ then
     esac;
   done
 else
-  echo "SKipping KML validation phase."
+  echo "Skipping KML validation phase."
 fi
diff --git a/vtesto b/vtesto
index 4b286817f0a96ca24c0abc3358e0cfdd20628ed3..b8b251c2c52cf0c13977d4f5ea363104b76ed656 100755 (executable)
--- a/vtesto
+++ b/vtesto
@@ -11,7 +11,7 @@ BASEPATH=`dirname $0`
 
 while getopts "lj:" opt; do
   case $opt in
-    l) OPTS="--leak-check=full --show-reachable=yes --suppressions=gpsbabel.supp" ; QUIET="";;
+    l) OPTS="--leak-check=full --show-reachable=yes --num-callers=24 --suppressions=gpsbabel.supp" ; QUIET="";;
     j) LOG=$OPTARG;;
   esac
 done